{{ content }}
{{ page.date | date_to_string }}
{{ content }}
R is a programming language that is very useful for statistical
analysis and data visualisation. The easiest way to use R is to download
an integrated development environment (or IDE), called
The main reason why RStudio is useful is because you can run code
RStudio has four panes that each display different information. To demonstrate this, the image below shows how these four panes look while processing and visualising some PL data:
The first pane is the
The second pane shows information about your current
The third pane is the
You can also directly type lines of code into the editor. This is useful when the code you are writing does not need to be part of your main R script, for example if you just want to check or view something:
The final pane is where any